LassoScript Utility
Basics Browse Detail

[Email_Compose->AddPart]

Tag Link [Email_Compose->AddPart] Category Email
Type Member Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security Tag
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

[Email_Compose->AddPart] adds a new raw part to a message being composed. The tag requires one parameter which is the data of the part to be added. The part must be properly specified according to MIME rules. No encoding or formatting is performed on the added part.

Usually, the [Email_Compose->AddHTMLPart], [Email_Compose->AddTextPart], or [Email_Compose->AddAttachment] tags should be used instead of this tag..

Syntax

[Email_Compose->(AddPart: 'data')]

Parameters

Optional Parameters
-Data The raw data of the part. The part must be formatted as a proper MIME part. No formatting or encoding will be applied.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.